generated from zazuko/build-your-vocabularies
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@hydrofoil/vocabularies": patch | ||
--- | ||
|
||
New prefixes: `hydra-box` and `code` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<https://code.described.at/EcmaScript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> <https://code.described.at/> . | ||
<https://code.described.at/EcmaScript> <http://www.w3.org/2000/01/rdf-schema#comment> "Code as defined by the ECMAScript specification" <https://code.described.at/> . | ||
<https://code.described.at/EcmaScript> <http://www.w3.org/2000/01/rdf-schema#label> "ECMAScript Code" <https://code.described.at/> . | ||
<https://code.described.at/EcmaScriptTemplateLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> <https://code.described.at/> . | ||
<https://code.described.at/EcmaScriptTemplateLiteral> <http://www.w3.org/2000/01/rdf-schema#comment> "Template Literal as defined in the ES2015 ECMAScript specification" <https://code.described.at/> . | ||
<https://code.described.at/EcmaScriptTemplateLiteral> <http://www.w3.org/2000/01/rdf-schema#label> "ECMAScript Template Literal" <https://code.described.at/> . | ||
<https://code.described.at/SparqlEcmaScriptTemplateLiteral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> <https://code.described.at/> . | ||
<https://code.described.at/SparqlEcmaScriptTemplateLiteral> <http://www.w3.org/2000/01/rdf-schema#comment> "ES2015 ECMAScript Template Literal enriched SPARQL query" <https://code.described.at/> . | ||
<https://code.described.at/SparqlEcmaScriptTemplateLiteral> <http://www.w3.org/2000/01/rdf-schema#label> "SPARQL ECMAScript Template Literal" <https://code.described.at/> . | ||
<https://code.described.at/Variable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> <https://code.described.at/> . | ||
<https://code.described.at/Variable> <http://www.w3.org/2000/01/rdf-schema#comment> "Definition of a variable" <https://code.described.at/> . | ||
<https://code.described.at/Variable> <http://www.w3.org/2000/01/rdf-schema#label> "Variable" <https://code.described.at/> . | ||
<https://code.described.at/VariableName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> <https://code.described.at/> . | ||
<https://code.described.at/VariableName> <http://www.w3.org/2000/01/rdf-schema#comment> "Name of a variable" <https://code.described.at/> . | ||
<https://code.described.at/VariableName> <http://www.w3.org/2000/01/rdf-schema#label> "Variable Name" <https://code.described.at/> . | ||
<https://code.described.at/arguments> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://code.described.at/> . | ||
<https://code.described.at/arguments> <http://www.w3.org/2000/01/rdf-schema#comment> "Arguments for a code call" <https://code.described.at/> . | ||
<https://code.described.at/arguments> <http://www.w3.org/2000/01/rdf-schema#label> "Arguments" <https://code.described.at/> . | ||
<https://code.described.at/implementedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://code.described.at/> . | ||
<https://code.described.at/implementedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of the implementation" <https://code.described.at/> . | ||
<https://code.described.at/implementedBy> <http://www.w3.org/2000/01/rdf-schema#label> "Implementation" <https://code.described.at/> . | ||
<https://code.described.at/link> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://code.described.at/> . | ||
<https://code.described.at/link> <http://www.w3.org/2000/01/rdf-schema#comment> "IRI of the executable code" <https://code.described.at/> . | ||
<https://code.described.at/link> <http://www.w3.org/2000/01/rdf-schema#label> "Code" <https://code.described.at/> . | ||
<https://code.described.at/name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://code.described.at/> . | ||
<https://code.described.at/name> <http://www.w3.org/2000/01/rdf-schema#comment> "Name of a variable" <https://code.described.at/> . | ||
<https://code.described.at/name> <http://www.w3.org/2000/01/rdf-schema#label> "Name" <https://code.described.at/> . | ||
<https://code.described.at/value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://code.described.at/> . | ||
<https://code.described.at/value> <http://www.w3.org/2000/01/rdf-schema#comment> "Value of a variable" <https://code.described.at/> . | ||
<https://code.described.at/value> <http://www.w3.org/2000/01/rdf-schema#label> "Value" <https://code.described.at/> . | ||
<https://code.described.at/variable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://code.described.at/> . | ||
<https://code.described.at/variable> <http://www.w3.org/2000/01/rdf-schema#comment> "Definition of a variable" <https://code.described.at/> . | ||
<https://code.described.at/variable> <http://www.w3.org/2000/01/rdf-schema#label> "Variable" <https://code.described.at/> . | ||
<https://code.described.at/variables> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <https://code.described.at/> . | ||
<https://code.described.at/variables> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of variable definitions" <https://code.described.at/> . | ||
<https://code.described.at/variables> <http://www.w3.org/2000/01/rdf-schema#label> "Variable definitions" <https://code.described.at/> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<http://hydra-box.org/schema/variables> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> <http://hydra-box.org/schema/> . | ||
<http://hydra-box.org/schema/variables> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/hydra/core#Operation> <http://hydra-box.org/schema/> . | ||
<http://hydra-box.org/schema/variables> <http://www.w3.org/2000/01/rdf-schema#label> "Route variable for hydra-box's IriTemplate express handler" <http://hydra-box.org/schema/> . | ||
<http://hydra-box.org/schema/variables> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/hydra/core#IriTemplate> <http://hydra-box.org/schema/> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
PREFIX hydra: <http://www.w3.org/ns/hydra/core#> | ||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | ||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | ||
prefix hydra-box: <http://hydra-box.org/schema/> | ||
|
||
hydra-box:variables | ||
a rdf:Property ; | ||
rdfs:domain hydra:Operation ; | ||
rdfs:range hydra:IriTemplate ; | ||
rdfs:label "Route variable for hydra-box's IriTemplate express handler" ; | ||
. |