Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDF Triple included twice in the ontology. #298

Open
vroddon opened this issue Feb 22, 2018 · 2 comments
Open

RDF Triple included twice in the ontology. #298

vroddon opened this issue Feb 22, 2018 · 2 comments

Comments

@vroddon
Copy link
Contributor

vroddon commented Feb 22, 2018

  1. In the ontology, we read:

cc:CommericalUse

(sic) whereas it should be CommercialUse

  1. A repeated triple
    This is not harmful, but please note that a line is duplicated in the description of :aggregate in the ontology.
:aggregate
	a :Action, skos:Concept ;
	**:includedIn odrl:use ;**
	rdfs:isDefinedBy odrl: ;
	rdfs:label "Aggregate"@en ;
	skos:definition "To use the Asset or parts of it as part of a composite collection."@en ;
	**:includedIn odrl:use ;**
    skos:scopeNote "Non-Normative"@en .

  1. In addition, a few comments have remained, they should be removed
@riannella
Copy link
Contributor

Thanks @vroddon
Can you be more specific on 3)?
Which comments should be removed?

@bact
Copy link
Contributor

bact commented Jan 10, 2024

As of 10 Jan 2024:

(1) is partly corrected for TTL and NT, but not yet for RDF - (it is duplicated with issue #304)

(2) still remain - around Line 1345-1349

(3) the comments that still remain are those that commented out some triples. I found 11 instances of this, could be more:

Line 569-570

:inheritAllowed
	a rdf:Property , owl:DatatypeProperty, skos:Concept ;
	rdfs:isDefinedBy odrl: ;
	rdfs:label "Inheritance Allowed"@en ;
	skos:definition "Indicates if the Policy entity can be inherited."@en ;
	skos:note "A boolean value."@en ;
#	rdfs:domain :Policy ;
#	rdfs:range xsd:boolean .

Line 588-589

:inheritRelation
	a rdf:Property , owl:ObjectProperty, skos:Concept ;
	rdfs:isDefinedBy odrl: ;
	rdfs:label "Inherit Relation"@en ;
	skos:definition "Indentifies the type of inheritance."@en ;
	skos:note "For example, this may indicate the business scenario, such as subscription, or prior arrangements between the parties (that are not machine representable)."@en ;
#	rdfs:domain :Policy ;
#	rdfs:range rdfs:Resource ;

Line 600

:profile
	a rdf:Property, skos:Concept ;
	rdfs:isDefinedBy odrl: ;
	rdfs:label "Profile"@en ;
	skos:definition "The identifier(s) of an ODRL Profile that the Policy conforms to."@en ;
	skos:note "The profile property is mandatory if the Policy is using an ODRL Profile."@en ;
	rdfs:domain :Policy .
#	rdfs:range rdfs:Resource .

Line 1381

:appendTo
	a :Action, skos:Concept ;
	rdfs:isDefinedBy odrl: ;
	rdfs:label "Append To"@en ;
#	skos:broaderTransitive odrl:writeTo ;

Line 2085

:extractChar
	a :Action, skos:Concept ;
#	skos:broader :extract ;

Line 2094

:extractPage
	a :Action, skos:Concept ;
#	skos:broader :extract ;

Line 2104

:extractWord
	a :Action, skos:Concept ;
#	skos:broader :extract ;

Line 2154

:proximity
	a rdf:Property , owl:DatatypeProperty, skos:Concept ;
##	rdfs:subPropertyOf :rightOperand ;

Line 2163

:timedCount
	a rdf:Property , owl:DatatypeProperty, skos:Concept ;
##	rdfs:subPropertyOf :rightOperand ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants