|
| 1 | +@prefix : <http://semweb.mmlab.be/ns/function#> . |
| 2 | +@prefix dct: <http://purl.org/dc/terms/> . |
| 3 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 4 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 5 | +@prefix xml: <http://www.w3.org/XML/1998/namespace> . |
| 6 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 7 | +@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
| 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 9 | +@prefix voaf: <http://purl.org/vocommons/voaf#> . |
| 10 | +@prefix vann: <http://purl.org/vocab/vann/> . |
| 11 | +@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . |
| 12 | +@prefix cc: <http://creativecommons.org/ns#> . |
| 13 | + |
| 14 | +@base <http://semweb.mmlab.be/ns/functions#> . |
| 15 | + |
| 16 | +<http://semweb.mmlab.be/ns/functions> rdf:type voaf:Vocabulary; |
| 17 | + |
| 18 | + vann:preferredNamespacePrefix "fns"; |
| 19 | + |
| 20 | + vann:preferredNamespaceUri "http://semweb.mmlab.be/ns/functions#"; |
| 21 | + |
| 22 | + rdfs:label "Function Descriptions using the Function Ontology"@en ; |
| 23 | + |
| 24 | + dct:title "Function Descriptions using the Function Ontology"@en ; |
| 25 | + |
| 26 | + dct:description "Descriptions of Functions that are used in a multitude of technologies, such as SPARQL, and CWM. The specification of the Function Ontology is online at http://users.ugent.be/~bjdmeest/function/"@en; |
| 27 | + |
| 28 | + rdfs:comment """-Version 0.1: creation."""@en ; |
| 29 | + |
| 30 | + rdfs:seeAlso <http://users.ugent.be/~bjdmeest/function/> ; |
| 31 | + |
| 32 | + dct:modified "2016-04-29"^^xsd:date ; |
| 33 | + |
| 34 | + dct:issued "2016-04-29"^^xsd:date ; |
| 35 | + |
| 36 | + owl:versionInfo "0.1"^^xsd:decimal ; |
| 37 | + |
| 38 | + dct:rights "Copyright © Ghent University – iMinds – Data Science Lab"@en ; |
| 39 | + |
| 40 | + cc:license <http://creativecommons.org/license/by/3.0/> ; |
| 41 | + |
| 42 | + foaf:primaryTopic <http://semweb.mmlab.be/ns/function> ; |
| 43 | + |
| 44 | + dct:creator [ |
| 45 | + |
| 46 | + rdf:type foaf:Person ; |
| 47 | + |
| 48 | + foaf:mbox "Ben.DeMeester@UGent.be"; |
| 49 | + |
| 50 | + foaf:name "Ben De Meester"@en |
| 51 | + |
| 52 | + ] . |
| 53 | + |
0 commit comments