From 4ca3b4aecdbf9ae4ad607043361826bc8c964019 Mon Sep 17 00:00:00 2001 From: Ben De Meester Date: Fri, 25 Aug 2017 10:20:30 +0200 Subject: [PATCH] 0.4.1 range error --- function.ttl | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/function.ttl b/function.ttl index 2cea845..c874bd4 100644 --- a/function.ttl +++ b/function.ttl @@ -11,7 +11,7 @@ @prefix cc: . @prefix max: . -@base . +@base . @prefix : . rdf:type owl:Ontology ; @@ -21,24 +21,25 @@ vann:preferredNamespaceUri "https://w3id.org/function/ontology#"; - rdfs:label "the Function Ontology"@en ; + rdfs:label "The Function Ontology"@en ; - dct:title "the Function Ontology"@en ; + dct:title "The Function Ontology"@en ; - dct:description "The Function Ontology allows to declare and describe functions. The specification is online at http://users.ugent.be/~bjdmeest/function/"@en; + dct:description "The Function Ontology allows to declare and describe functions. The specification is online at https://w3id.org/function/spec"@en; - rdfs:comment """-Version 0.4: added some properties + rdfs:comment """-Version 0.4.1: wrong range definition, updated descriptions. +-Version 0.4: added some properties -Version 0.3: improved comments. -Version 0.2: added extra metadata. -Version 0.1: creation."""@en ; - owl:versionIRI ; - owl:versionInfo "0.4" ; - owl:priorVersion "https://w3id.org/function/ontology/0.3" ; + owl:versionIRI ; + owl:versionInfo "0.4.1" ; + owl:priorVersion "https://w3id.org/function/ontology/0.4" ; - rdfs:seeAlso ; + rdfs:seeAlso ; - dct:modified "2016-06-10"^^xsd:date ; + dct:modified "2017-08-25"^^xsd:date ; dct:issued "2016-03-08"^^xsd:date ; @@ -46,7 +47,7 @@ cc:license ; - foaf:primaryTopic ; + foaf:primaryTopic ; dct:creator [ @@ -238,7 +239,7 @@ xsd:date rdf:type rdfs:Datatype . vs:term_status "testing" ; - rdfs:range rdf:Property . + rdfs:domain rdf:Property . @@ -249,7 +250,7 @@ xsd:date rdf:type rdfs:Datatype . rdfs:label "name"@en ; - rdfs:comment "Connects an function or a parameter to its name."@en ; + rdfs:comment "Connects a function or a parameter to its name."@en ; rdfs:subPropertyOf rdfs:label ;