Rights Information for Language Resources

RDF/XML version of this vocabulary. Turtle version of this vocabulary.

IRI:
http://purl.org/NET/ms-rights#
Previous version:
http://lodserver.iula.upf.edu/Metashare/ontology/ (visualise it with LODE)
Authors:
Marta Villegas ((IULA-UPF) Institut Universitari de Llingüística Aplicada, Universitat Pompeu Fabra)
Penny Labropoulou ( ILSP, Institut for Language and Speech Processing)
Victor Rodriguez Doncel (OEG-UPM, Ontology Engineering Group, Universidad Politécnica de Madrid)
Other visualisation:
Ontology source

Summary

The METASHARE Ontology provides elements to describe language resources. This "Rights Information for Language Resources" ontology provides the specific terms to describe the rights information

This ontology is the result of a cooperation between the METASHARE project and the LIDER project, in the framework of the W3C Linked Data for Language Resource Community Group

Table of Content

  1. Simple model
  2. ODRL-based model
  3. Classes
  4. Object Properties
  5. Data Properties
  6. Named Individuals
  7. Annotation Properties
  8. Namespace Declarations

Simple model

The licensing information of a language resource can be entirely described with Metashare-Ontology resources. In the diagram, key classes are represented with orange ovals and minor classes with gray ovals. Class invididuals are rectangles next to a class they are instances of. Properties are represented with arrows.

ODRL-based model

Alternatively, ODRL-based expressions are possible using the Metashare vocabulary. The ODRL Ontology is specified here.

License Template #1 META-SHARE Commercial NoRedistribution

text here

<http://purl.org/NET/rdflicense/ms-c-nored> 
    a                odrl:Policy ;
    dct:hasVersion   "1.0" ;
    rdfs:label   "META-SHARE Commercial NoRedistribution" ;
    dct:alternative   "MS C-NoReD" ;
    dct:language <http://www.lexvo.org/page/iso639-3/eng> ;
    ms:restrictionsOfUse ms:noRedistribution ;
    ms:restrictionsOfUse cc:Attribution ; 
    ms:restrictionsOfUse cc:CommercialUse;
    ms:restrictionsOfUse ms:languageEngineeringResearch ;
    ms:licenseCategory ms:PUB ;
    odrl:permission [
        odrl:action cc:Reproduction, cc:DerivativeWorks , odrl:extract, odrl:aggregate, cc:CommercialUse ;
	odrl:duty [
		odrl:action cc:Attribution ;
		]
	odrl:constraint [
		a odrl:Constraint ;
	    odrl:operator odrl:eq ;
	    odrl:purpose ms:languageEngineeringResearch 
		]
	odrl:constraint [
	a odrl:Constraint ;
	odrl:operator odrl:eq ;
	odrl:spatial "only at assignee's site"  
		]
	];
	 odrl:prohibition [
	   odrl:action cc:Distribution ;
	];

    cc:legalcode <http://www.meta-net.eu/meta-share/meta-share-licenses/META-SHARE%20Commercial%20%20NoRedistribution_v0%207.pdf> ;
    rdfs:seeAlso <http://www.meta-net.eu/meta-share/meta-share-licenses/Tabular%20Presentation%20of%20No%20redistribution%20Licences.pdf> . 

Example #2 META-SHARE Commercial NoRedistribution For a Fee

This example corresponds to the Meta-Share Commercial-NoRedistribution-ForAFee license (see the text here)

The example shows a generic license:
<http://purl.org/NET/rdflicense/ms-c-nored-ff>
and its use for being applied to a resource.
:resource a dcat:Distribution ;
         dct:license <http://purl.org/NET/rdflicense/ms-c-nored-ff> ;
         gr:hasPriceSpecification [ 
                gr:hasCurrencyValue "400"^^xsd:float; 
                gr:hasCurrency "USD"^^xsd:string ].
         ] .


<http://purl.org/NET/rdflicense/ms-c-nored-ff> 
        a      odrl:Policy ;
		dct:hasVersion "1.0" ;
		rdfs:label   "META-SHARE Commercial NoRedistribution For-A-Fee" ;
		   dct:alternative   "MS C-NoReD-FF" ;
	         dct:language <http://www.lexvo.org/page/iso639-3/eng> ;
		   ms:restrictionsOfUse ms:noRedistribution, cc:Attribution, cc:CommercialUse, ms:languageEngineeringResearch;
		   ms:licenseCategory ms:PUB ;
		   odrl:permission [
			odrl:action cc:Reproduction, cc:DerivativeWorks , odrl:extract, odrl:aggregate, cc:CommercialUse ;
			odrl:duty [
				odrl:action cc:Attribution ;
				] ;
			odrl:duty  [
				odrl:action odrl:pay ;
				odrl:target :resource
				] ;
			odrl:constraint [
				a odrl:Constraint ;
				odrl:operator odrl:eq ;
				odrl:purpose ms:languageEngineeringResearch 
				]
			odrl:constraint [
				a odrl:Constraint ;
				odrl:operator odrl:eq ;
				odrl:spatial "only at assignee's site"
				]

			];
		   odrl:prohibition [
			odrl:action cc:Distribution ;
			];

		cc:legalcode <http://www.meta-net.eu/meta-share/meta-share-licenses/META-SHARE%20Commercial%20%20NoRedistribution_v0%207.pdf> ;
		rdfs:seeAlso <http://www.meta-net.eu/meta-share/meta-share-licenses/Tabular%20Presentation%20of%20No%20redistribution%20Licences.pdf> . 


Example #3 META-SHARE COMMONS_BYNCND

This example corresponds to the META-SHARE Commons BY NC ND Licence license (see the text here)

<http://purl.org/NET/rdflicense/ms-commons-byncnd> 
        a      odrl:Policy ;
		dct:hasVersion "1.0" ;
		rdfs:label   "META-SHARE Commons BYNCND" ;
		   dct:alternative   "MS Commons BYNCND" ;
	         dct:language <http://www.lexvo.org/page/iso639-3/eng> ;
		   ms:restrictionsOfUse ms:onlyMSMembers, cc:Attribution, ms:academic-nonCommercialUse, ms:noDerivatives, ms:languageEngineeringResearch ;
		   ms:licenseCategory ms:ACA ;
		   odrl:permission [
			odrl:action cc:Reproduction, odrl:extract, odrl:aggregate ;
			odrl:assignee <http://example.com/MetaShareMembers> ; 
			odrl:duty [
				odrl:action cc:Attribution ;
				]
			odrl:constraint [
				a odrl:Constraint ;
				odrl:operator odrl:eq ;
				odrl:purpose ms:languageEngineeringResearch 
				]
			odrl:constraint [
				a odrl:Constraint ;
				odrl:operator odrl:eq ;
				odrl:spatial "only at assignee's site"
				]

			];
		   odrl:prohibition [
			odrl:action cc:DerivativeWorks, cc:CommercialUse ;
			];

		cc:legalcode <http://www.meta-net.eu/meta-share/meta-share-licenses/META-SHARE%20COMMONS_BYNCND%20v1.0.pdf> ;
		rdfs:seeAlso <http://www.meta-net.eu/meta-share/meta-share-licenses/Tabular%20presentation%20of%20MS%20Commons%20Licences.pdf> . 

<http://example.com/MetaShareMembers > a odrl:Group .

Example #4 CLARIN ACA BY

This example corresponds to the CLARIN ACA BY license (see the text here)

<http://purl.org/NET/rdflicense/clarin_aca_by> 
        a      odrl:Policy ;
	       dct:hasVersion "1.0" ;
	       rdfs:label   "CLARIN ACAdemic BY" ;
	       dct:alternative   "CLARIN ACA BY" ;
	       dct:language <http://www.lexvo.org/page/iso639-3/eng> ;
		   ms:restrictionsOfUse cc:Attribution, ms:academicUser ;
		   ms:licenseClarinCategory ms:ACA ;
		   odrl:permission [
			odrl:action cc:Reproduction, odrl:extract, odrl:aggregate ;
			odrl:duty [
				odrl:action cc:Attribution ;
		        ]
		        odrl:constraint [
			       odrl:operator odrl:eq ;
			       odrl:industry ms:publicIntitution
		        ] ;
		    ];
		rdfs:seeAlso <https://kitwiki.csc.fi/twiki/bin/view/FinCLARIN/ClarinEULA> . 

Example #5 ELRA END-USER

This example corresponds to the ELRA END-USER agreement (see the text here)

<http://purl.org/ms-lod/rdflicense/elra-end-user> 
	a                odrl:Policy ;
	rdfs:label   "LANGUAGE RESOURCES END-USER AGREEMENT" ;
	dct:alternative   "ELRA-END-USER" ;
	dct:language <http://www.lexvo.org/page/iso639-3/eng> ;
	ms:conditionsOfUse cc:Attribution, ms:noDerivatives, ms:noRedistribution, ms:languageEngineeringResearch, ms:spatialConstraint, ms:forAFee ;
	ms:licenseCategory ms:RES ;
	odrl:permission [
		odrl:action cc:Reproduction, odrl:modify, odrl:translate ;
		odrl:duty [
			odrl:action cc:Attribution ;
			odrl:attributedParty ms:distributionRightsHolder
			] ;
		odrl:duty [
			odrl:action odrl:compensate
			] ;
		odrl:constraint [
			a odrl:Constraint ;
			odrl:operator odrl:eq ;
			odrl:purpose ms:languageEngineeringResearch
			] ;
		odrl:constraint [
			a odrl:Constraint ;
			odrl:operator odrl:eq ;
			odrl:spatial "only at assignee's site"
			]
		];
	odrl:prohibition [
		odrl:action cc:Distribution, cc:DerivativeWorks
	];
	cc:legalcode <http://www.elda.org/media/filer_public/2014/08/01/enduser_140312.pdf> 
	rdfs:seeAlso <http://www.elda.org/en/services-around-lrs/distribution/licensing/> .

Example #6 ELRA VAR

This example corresponds to the ELRA VAR agreement (see the text here)

<http://purl.org/ms-lod/rdflicense/elra-var> 
	a                odrl:Policy ;
	rdfs:label   "LANGUAGE RESOURCES VALUE-ADDED-RESELLER AGREEMENT" ;
	dct:alternative   "ELRA-VAR" ;
	dct:language <http://www.lexvo.org/page/iso639-3/eng> ;
	ms:conditionsOfUse cc:Attribution, ms:noRedistribution, ms:languageEngineeringResearch, ms:spatialConstraint, ms:forAFee ;
	ms:licenseCategory ms:RES ;
	odrl:permission [
		odrl:action cc:Reproduction, odrl:modify, odrl:translate, cc:DerivativeWorks ;
		odrl:duty [
			odrl:action cc:Attribution ;
			odrl:attributedParty ms:distributionRightsHolder
			] ;
		odrl:duty [
			odrl:action odrl:compensate
			] ;
		odrl:constraint [
			a odrl:Constraint ;
			odrl:operator odrl:eq ;
			odrl:purpose ms:languageEngineeringResearch 
			] ;
		odrl:constraint [
			a odrl:Constraint ;
			odrl:operator odrl:eq ;
			odrl:spatial "only at assignee's site"  
			]
		];
	odrl:prohibition [
		odrl:action cc:Distribution  
	];
	cc:legalcode <http://www.elda.org/media/filer_public/2014/08/01/var_140312.pdf>
	rdfs:seeAlso <http://www.elda.org/en/services-around-lrs/distribution/licensing/> . 
 

Example #7 Referencing standard licenses

Standard licenses can be simply referenced. In case a resource is published under the CreativeCommons BY-NC-ND 4.0 license, the CreativeCommons' URI could be reference:

http://creativecommons.org/licenses/by-nc-nd/4.0/
If the detailed RDF version of this license is desired, then a possible RDF mapping could be referenced. Many of them are available in the RDFlicense dataset. In this case, the license to be referenced would be
http://purl.org/NET/rdflicense/cc-by-nc-nd4.0
(check here the RDF code)

A reference in XML could be simply made as follows:

<distributionInfo>
  ...nonlicensing metadata here...
  <license>http://purl.org/NET/rdflicense/cc-by-nc-nd4.0</license>
</distributionInfo>

The above URL (http://purl.org/NET/rdflicense/cc-by-nc-nd4.0) implements content negotiation

Example #8 A Metashare license extending a BY-NC-ND license

Some Meta-Share resources are licensed with a standard license (for example Creative Commons CC-BY-NC-ND license) plus added terms. In this case, the license is no longer a well-known license but a new one. This is the case of the license applied to this examplary linguistic resource: a Dictionary of Antonyms in Bulgarian Language.

The original XML record is described as follows:

<distributionInfo>
  <availability>available-restrictedUse</availability>
  <licenceInfo>
    <licence>CC-BY-NC-ND</licence>
    <restrictionsOfUse>academic-nonCommercialUse</restrictionsOfUse>
    <restrictionsOfUse>noRedistribution</restrictionsOfUse>
    <distributionAccessMedium>accessibleThroughInterface</distributionAccessMedium>
    <downloadLocation>http://infolex.ibl.bas.bg/synomthes/antonimSearchPage.seam?cid=19</downloadLocation>
  </licenceInfo>
  <iprHolder>
    <organizationInfo>
      <organizationName lang="en">Institute for Bulgarian Language</organizationName>
      <organizationShortName lang="en">IBL</organizationShortName>
      <departmentName lang="en">Department of Bulgarian Lexicology and Lexicography</departmentName>
      <communicationInfo>
        <email>ibl@ibl.bas.bg</email>
        <url>http://ibl.bas.bg</url>
        <address>52 Shipchenski prohod Blvd., Bl. 17</address>
        <zipCode>1113</zipCode>
        <city>Sofia</city>
        <country>Bulgaria</country>
        <telephoneNumber>+35 92 97 92 948</telephoneNumber>
      </communicationInfo>
    </organizationInfo>
  </iprHolder>
  <availabilityStartDate>2013-01-21</availabilityStartDate>
</distributionInfo>

The RDF version of the licensing info with the new vocabulary would be as follows:

:bulgarianDictionary a dcat:Distribution ;
        ms:distributionRightsHolder <http://langtech1.ilc.cnr.it:8000/repository/browse/dictionary-of-antonyms-in-bulgarian-language/d7abf49c68a811e281b65cf3fcb88b70ef60c6dce745433e949a1bad011aa6bf/#>
        odrl:deliveryChannel "Accessible Through Interface" ;
        dct:license :META-SHARElicenseAcademicBY-NC-ND .

:META-SHARElicenseAcademicBY-NC-ND a odrl:Policy ;
	rdfs:label   "Metashare Academic CC-BY-NC-ND";
        dct:language <http://www.lexvo.org/page/iso639-3/eng>;
	odrl:permission [
	      odrl:action cc:DerivativeWorks ,cc:Reproduction, ldr:extraction, ldr:reutilization ;
	      odrl:duty [
	          odrl:action cc:Attribution , cc:Notice 
   	      ]
  	      odrl:constraint [
			odrl:operator odrl:eq ;
			odrl:purpose ms:academicUse
	      ]
	];
	odrl:prohibition [
	     odrl:action cc:CommercialUse, cc:Distribution ;
	];			

Example #9 ELRA-EVALUATION

<http://purl.org/ms-lod/rdflicense/elra-var> 
	a                odrl:Policy ;
	rdfs:label   "EVALUATION PACKAGES END-USER AGREEMENT" ;
	dct:alternative   "ELRA-EVALUATION" ;
	dct:language <http://www.lexvo.org/page/iso639-3/eng> ;
	ms:conditionsOfUse cc:Attribution, ms:noRedistribution, ms:languageEngineeringResearch, ms:evaluation, ms:academic-nonCommercialUse, ms:forAFee ;
	ms:licenseCategory ms:RES ;
	odrl:permission [
		odrl:action cc:Reproduction, odrl:modify, odrl:translate ;
		odrl:duty [
			odrl:action cc:Attribution ;
			odrl:attributedParty ms:distributionRightsHolder
			] ;
		odrl:duty [
			odrl:action odrl:compensate
			] ;
		odrl:constraint [
			a odrl:Constraint ;
			odrl:operator odrl:eq ;
			odrl:purpose ms:languageEngineeringResearch
			] ;
		odrl:constraint [
			a odrl:Constraint ;
			odrl:operator odrl:eq ;
			odrl:purpose ms:evaluation
			] ;
		] ;
	odrl:permission [
		odrl:action odrl:copy ;
		odrl:constraint [
			a odrl:Constraint ;
			odrl:operator odrl:eq ;
			odrl:count 1 ;
			] 
		odrl:constraint [
			a odrl:Constraint ;
			odrl:operator odrl:eq ;
			odrl:purpose odrl:archive
			] 
		];
	odrl:prohibition [
		odrl:action cc:Distribution, cc:CommercialUse  
	];
	cc:legalcode <http://www.elda.org/media/filer_public/2014/08/01/enduser_140312.pdf> 
	rdfs:seeAlso <http://www.elda.org/en/services-around-lrs/distribution/licensing/> . 

Classes

Availabilityc back to ToC or Class ToC

IRI: http://purl.org/ms-rights#Availability

Availability status of the resource; conditionsOfUse can be further used to indicate the specific terms of availability

is in range of
Availabilityop
has members
Available Through Other Distributorni, Available: Restricted Useni, Available: Unrestricted Useni, Under Negotiationni

Conditions of Usec back to ToC or Class ToC

IRI: http://purl.org/ms-rights#ConditionsOfUse

The conditionsOfUse optional element in the metadata is only to be taken as providing brief human readable information on the fact that the LR is provided under a specific set of conditions. These correspond to the most frequently used conditions imposed by the licensor of the LR (via the specified licence). The proper exposition of all conditions and possible exceptions is to be found inside the licence text. LR depositors should, hence, carefully choose the values of this field to match the licence chosen and users should carefully read that licence before using the LR.

is in range of
Conditions of Useop
has members
Attributionni, Compensateni, Educationni, Evaluationni, Inform Licensorni, Language Engineering Researchni, No Derivativesni, No Redistributionni, Non-Commercial Useni, Only Meta Share membersni, Personal Data Includedni, Redepositni, Request Planni, Researchni, Share Alikeni, Spatial Constraintni, User Identifiedni

Distributionc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#Distribution

Represents a specific available form of a dataset. Each dataset might be available in different forms, these forms might represent different formats of the dataset or different endpoints. Examples of distributions include a downloadable CSV file, an API or an RSS feed

is in domain of
Access URLop, Attribution Namedp, Attribution URLdp, Availability End Datedp, Availability Start Datedp, Distribution Access Mediumop, Distribution Rights Holderop, Download URLop, Feeop, Licenseop, Licensorop, User Natureop

Distribution Access Mediumc back to ToC or Class ToC

IRI: http://purl.org/ms-rights#DistributionAccessMedium

Specifies the medium (channel) used for delivery or providing access to the resource

is in range of
Distribution Access Mediumop
has members
Accessible Through Interfaceni, Blu-rayni, CD-ROMni, DVD-Rni, Hard Diskni, Paper Copyni, Web Executableni

Licensec back to ToC or Class ToC

IRI: http://purl.org/ms-rights#License

The licence of use for the resource; for an overview of licences, please visit: http://www.meta-net.eu/meta-share/licenses.

has super-classes
license documentc
is in domain of
Conditions of Useop, License Categoryop
is in range of
Licenseop
has members
AGPLni, Apache Licence 2.0ni, BSDni, BSD 3-clauseni, CC-BYni, CC-BY-NCni, CC-BY-NC-NDni, CC-BY-NC-SAni, CC-BY-NDni, CC-BY-SAni, CC-ZEROni, CLARIN_ACAni, CLARIN_ACA-NCni, CLARIN_PUBni, CLARIN_RESni, ELRA_END_USERni, ELRA_EVALUATIONni, ELRA_VARni, GFDLni, GPLni, LGPLni, MS-C-NoReDni, MS-C-NoReD-FFni, MS-C-NoReD-NDni, MS-C-NoReD-ND-FFni, MS-NC-NoReDni, MS-NC-NoReD-FFni, MS-NC-NoReD-NDni, MS-NC-NoReD-ND-FFni, MSCommons-BYni, MSCommons-BY-NCni, MSCommons-BY-NC-NDni, MSCommons-BY-NC-SAni, MSCommons-BY-NDni, MSCommons-BY-SAni, Open For Reuse With Restrictionsni, Princeton_Wordnet Licenseni, proprietaryni

License Categoryc back to ToC or Class ToC

IRI: http://purl.org/ms-rights#LicenseCategory

A way of classifying licences according to their conditions of use (CLARIN recommendation)

is in range of
License Categoryop
has members
ACAni, PUBni, RESni

User Naturec back to ToC or Class ToC

IRI: http://purl.org/ms-rights#UserNature

Identifies the type of user of the resource (e.g. affiliated with a commercial vs. academic institution, member of an organisation/network etc.); the user type may have implications on the licensing or pricing of a resource

is in range of
User Natureop
has members
Academic Userni, Commercial Userni, Member Of ELRAni, Member Of LDCni, Member of TST-Centraleni

Object Properties

Access URLop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#accessURL

Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page, download, feed URL, SPARQL endpoint. Use when your catalog does not have information on which it is or when it is definitely not a download.

has domain
Distributionc
has range
resourcec

Availabilityop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#availability

Used to link a Language Resource to an Availability status.

has domain
language resourcec
has range
Availabilityc

Conditions of Useop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#conditionsOfUse

Links the resource (distribution) to the conditions of usep7 p7 7 7 @7 ass="description">

has domain
Licensec
has range
Conditions of Usec

Distributionop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#distribution

Connects a dataset to one of its available distributions.

has domain
language resourcec

Distribution Access Mediumop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#distributionAccessMedium

Specifies the medium (channel) used for delivery or providing access to the resource

has domain
Distributionc
has range
Distribution Access Mediumc
is also defined as
annotation property

Distribution Rights Holderop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#distributionRightsHolder

Identifies a person or an organization that holds the distribution rights. The range and scope of distribution rights is defined in the distribution agreement. The distributor in most cases only has a limited licence to distribute the work and collect royalties on behalf of the licensor or the IPR holder and cannot give to any recipient of the work permissions that exceed the scope of the distribution agreement (e.g. to allow uses of the work that are not defined in the distribution agreement)

has domain
Distributionc
has range
agentc
is also defined as
annotation property

Download URLop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#downloadURL

This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. The format is described by the distribution's dc:format and/or dcat:mediaType

has domain
Distributionc
has range
resourcec

Feeop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#fee

Specifies the costs that are required to access the resource, a fragment of the resource or to use a tool or service.

has domain
Distributionc
has range
resourcec
is also defined as
annotation property

IPR Holderop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#iprHolder

A person or an organization who holds the full Intellectual Property Rights (Copyright, trademark etc) that subsist in the resource. The IPR holder could be different from the creator that may have assigned the rights to the IPR holder (e.g. an author as a creator assigns her rights to the publisher who is the IPR holder) and the distributor that holds a specific licence (i.e. a permission) to distribute the work via a specific distributor.

has range
agentc
is also defined as
annotation property

Licenseop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#license

Links a resource to the licence under which it is distributed; values are taken from a list of standard licences

has domain
Distributionc
has range
Licensec
is also defined as
annotation property

License Categoryop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#licenseCategory

A way of categorising licences into three main categories: PUB, ACA or RES, according to CLARIN recommendations (cf. https://kitwiki.csc.fi/twiki/bin/view/FinCLARIN/ClarinLC)

has domain
Licensec
has range
License Categoryc

Licensorop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#licensor

The person who is legally eligible to license and actually licenses the resource. The licensor could be different from the creator, the distributor or the IPR holder. The licensor has the necessary rights or licences to license the work and is the party that actually licenses the resource that is distributed via the specific channel. She will have obtained the necessary rights or licences from the IPR holder and she may have a distribution agreement with a distributor that disseminates the work under a set of conditions defined in the specific licence and collects revenue on the licensor's behalf. The attribution of the creator, separately from the attribution of the licensor, may be part of the licence under which the resource is distributed (as e.g. is the case with Creative Commons Licences).

has domain
Distributionc
has range
agentc
is also defined as
annotation property

User Natureop back to ToC or Object Property ToC

IRI: http://purl.org/ms-rights#userNature

Used to identify the type of user of the resource (affiliated with a commercial vs. academic institution)

has domain
Distributionc
has range
User Naturec

Data Properties

Attribution Namedp back to ToC or Data Property ToC

IRI: http://creativecommons.org/ns#attributionName

The name the creator of a Work would like used when attributing re-use.

has domain
Distributionc

Attribution Textdp back to ToC or Data Property ToC

IRI: http://purl.org/ms-rights#attributionText

The text that must be quoted for attribution purposes when using a resource - for cases where a resource is provided with a restriction on attribution.

is also defined as
annotation property

Attribution URLdp back to ToC or Data Property ToC

IRI: http://creativecommons.org/ns#attributionURL

The URL the creator of a Work would like used when attributing re-use.

has domain
Distributionc

Authenticateddp back to ToC or Data Property ToC

IRI: http://purl.org/ms-rights#authenticated

Specifies if the user has been identified/authenticated.

has range
boolean

Availability End Datedp back to ToC or

Identifies the Availability End Date of the resource.

has domain
Distributionc
has range
date

Availability Start Datedp back to ToC or Data Property ToC

IRI: http://purl.org/ms-rights#availabilityStartDate

Identifies the Availability Start Date of the resource.

has domain
Distributionc
has range
date

Named Individuals

ACAni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#ACA

One of the values of license categories; resources of this category are only available to academic users

belongs to
License Categoryc

Academic Userni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#academicUser

It refers to resource users affiliated with an academic institution

belongs to
User Naturec

Accessible Through Interfaceni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#accessibleThroughInterface

accessibleThroughInterface refers to a kind of distribution/access medium used for delivering a language resource; intended for resources that can only be accessed with an i/f (e.g. lexical query or corpus query systems)

belongs to
Distribution Access Mediumc

AGPLni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#AGPL

It refers to the AGPL (GNU Affero General Public License) which is a kind of license meant to govern the use of a resource; mainly intended for s/w

belongs to
Licensec

Apache Licence 2.0ni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#ApacheLicence_2.0

It refers to the Apache Licence 2.0 which is a kind of license meant to govern the use of a resource; mainly intended for s/w

belongs to
Licensec

Attributionni back to ToC or

Attribution refers to a kind of 'ConditionsOfUse' imposed by the licence; users must give credit to the resource owner, copyright holder or anyone else as required by the licensor by using appropriate attribution data

belongs to
Conditions of Usec

Available Through Other Distributorni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#availableThroughOtherDistributor

For resources that are documented in the catalogue but the contents of which can only be accessed through other distribution channels.

belongs to
Availabilityc

Available: Restricted Useni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#available-restrictedUse

For resources available but with conditions of use imposed by the type of licence.

belongs to
Availabilityc

Available: Unrestricted Useni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#available-unrestrictedUse

For resources available with no restrictions of use (e.g. public domain resources).

belongs to
Availabilityc

Blu-rayni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#bluRay

bluRay refers to a kind of distribution/access medium used for delivering a language resource; intended for resources delivered on bluRay disks

belongs to
Distribution Access Mediumc

BSDni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#BSD

It refers to the BSD (Berkeley Software Distribution) license, which is a kind of license meant to govern the use of a resource; mainly intended for s/w

belongs to
Licensec

BSD 3-clauseni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#BSD_3clause

It refers to the BSD 3-clause (Berkeley Software Distribution) license, which is a kind of license meant to govern the use of a resource; mainly intended for s/w

belongs to
Licensec

CC-BYni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CC-BY

It refers to CC-BY which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CC-BY-NCni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CC-BY-NC

It refers to CC-BY-NC which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CC-BY-NC-NDni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CC-BY-NC-ND

It refers to CC-BY-NC-ND which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CC-BY-NC-SAni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CC-BY-NC-SA

It refers to CC-BY-NC-SA which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CC-BY-NDni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CC-BY-ND

It refers to CC-BY-ND which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CC-BY-SAni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CC-BY-SA

It refers to CC-BY-SA which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CC-ZEROni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CC-ZERO

It refers to CC-ZERO which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CD-ROMni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CD-ROM

CD-ROM refers to a kind of distribution/access medium used for delivering a language resource; intended for resources delivered on CD-ROM

belongs to
Distribution Access Mediumc

CLARIN_ACAni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CLARIN_ACA

It refers to CLARIN_ACA which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CLARIN_ACA-NCni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CLARIN_ACA-NC

It refers to CLARIN_ACA-NC which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CLARIN_PUBni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CLARIN_PUB

It refers to CLARIN_PUB which is a kind of license meant to govern the use of a resource

belongs to
Licensec

CLARIN_RESni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#CLARIN_RES

It refers to CLARIN_RES which is a kind of license meant to govern the use of a resource

belongs to
Licensec

Commercial Userni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#commercialUser

It refers to resource users affiliated with a commercial institution

belongs to
User Naturec

communicateni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#communicate

The Assigner permits/prohibits the Assignees to communicate the Asset to the public

belongs to
conceptc
ni back to ToC or Named Individual ToC

IRI: http://www.w3.org/ns/odrl/2/compensate

Compensate refers to a kind of 'ConditionsOfUse' imposed by the licence; grant of use for the resource is only given if a certain fee is compensated.

belongs to
Conditions of Usec

Downloadableni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#downloadable

downloadable refers to a kind of distribution/access medium used for delivering a language resource; intended for resources delivered as downloadable files

belongs to
Distribution Access Mediumc

DVD-Rni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#DVD-R

DVD-R refers to a kind of distribution/access medium used for delivering a language resource; intended for resources delivered on DVD-R disks

belongs to
Distribution Access Mediumc

Educationni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#education

Education refers to a kind of 'ConditionsOfUse' imposed by the licence; the resource can only be used for educational purposes.

belongs to
Conditions of Usec

ELRA_END_USERni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#ELRA_END_USER

It refers to ELRA_END_USER which is a kind of license meant to govern the use of a resource

belongs to
Licensec

ELRA_EVALUATIONni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#ELRA_EVALUATION

It refers to ELRA_EVALUATION which is a kind of license meant to govern the use of a resource

belongs to
Licensec

ELRA_VARni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#ELRA_VAR

It refers to ELRA_VAR which is a kind of license meant to govern the use of a resource

belongs to
Licensec

Evaluationni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#evaluation

Evaluation refers to a kind of 'ConditionsOfUse' imposed by the licence; use for evaluation purposes (cf. ELRA_EVALUATION license)

belongs to
Conditions of Usec

GFDLni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#GFDL

It refers to GFDL (GNU Free Documentation License) which is a kind of license meant to govern the use of a resource; mainly intended for documents (e.g. manuals, textbooks etc.)

belongs to
Licensec

GPLni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#GPL

It refers to GPL (GNU General Public Licence) which is a kind of license meant to govern the use of a resource; mainly intended for s/w

belongs to
Licensec

Hard Diskni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#hardDisk

hardDisk refers to a kind of distribution/access medium used for delivering a language resource; intended for resources delivered in hard disks

belongs to
Distribution Access Mediumc

incorporateni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#incorporate

The Assigner permits/prohibits the Assignees to incorporate the Asset unmodified into a Collective Work.

belongs to
conceptc

Inform Licensorni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#informLicensor

Inform Licensor refers to a kind of 'ConditionsOfUse' imposed by the licence; users must inform the licensor as to the kind of use they make of the resource

belongs to
Conditions of Usec

Language Engineering Researchni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#languageEngineeringResearch

Language engineering research refers to a kind of 'ConditionsOfUse' imposed by the licence; the resource can only be used for research purposes in the Language Enginnering / Language Technology domain.

belongs to
Conditions of Usec

LGPLni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#LGPL

It refers to LGPL (GNU Lesser General Public Licence) which is a kind of license meant to govern the use of a resource; mainly intended for s/w

belongs to
Licensec

Member Of ELRAni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#memberOfELRA

Used for stating pricing privileges for members of ELRA with regard to the distribution of a resource

belongs to
User Naturec

Member Of LDCni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#memberOfLDC

Used for stating pricing privileges for members of LDC with regard to the distribution of a resource

belongs to
User Naturec

Member of TST-Centraleni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#memberOfTST-Centrale

Used for stating pricing privileges for members of TST-Centrale with regard to the distribution of a resource

belongs to
User Naturec

MS-C-NoReDni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MS-C-NoReD

It refers to MS-C-NoReD which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MS-C-NoReD-FFni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MS-C-NoReD-FF

It refers to MS-C-NoReD-FF which is a kind of license meant to govern the use of a resource

belongs to
Licensec
ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MS-C-NoReD-ND

It refers to MS-C-NoReD-ND which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MS-C-NoReD-ND-FFni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MS-C-NoReD-ND-FF

It refers to MS-C-NoReD-ND-FF which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MS-NC-NoReDni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MS-NC-NoReD

It refers to MS-NC-NoReD which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MS-NC-NoReD-FFni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MS-NC-NoReD-FF

It refers to MS-NC-NoReD-FF which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MS-NC-NoReD-NDni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MS-NC-NoReD-ND

It refers to MS-NC-NoReD-ND which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MS-NC-NoReD-ND-FFni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MS-NC-NoReD-ND-FF

It refers to MS-NC-NoReD-ND-FF which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MSCommons-BYni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MSCommons-BY

It refers to MSCommons-BY which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MSCommons-BY-NCni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MSCommons-BY-NC

It refers to MSCommons-BY-NC which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MSCommons-BY-NC-NDni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MSCommons-BY-NC-ND

It refers to MSCommons-BY-NC-ND which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MSCommons-BY-NC-SAni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MSCommons-BY-NC-SA

It refers to MSCommons-BY-NC-SA which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MSCommons-BY-NDni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MSCommons-BY-ND

It refers to MSCommons-BY-ND which is a kind of license meant to govern the use of a resource

belongs to
Licensec

MSCommons-BY-SAni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#MSCommons-BY-SA

It refers to MSCommons-BY-SA which is a kind of license meant to govern the use of a resource

belongs to
Licensec

No Derivativesni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#noDerivatives

No Derivatives refers to a kind of 'ConditionsOfUse' imposed by the licence; users are not allow to share derivatives of the resource

belongs to
Conditions of Usec

No Redistributionni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#noRedistribution

No Redistribution refers to a kind of 'ConditionsOfUse' imposed by the licence; users are not allowed to redistribute the resource

belongs to
Conditions of Usec

Non-Commercial Useni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#nonCommercialUse

Non-commercial use refers to a kind of 'ConditionsOfUse' imposed by the licence; use for non commercial purposes, such as research and education by academic users

belongs to
Conditions of Usec

Only Meta Share membersni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#onlyMSmembers

Only Meta Share members refers to a kind of 'ConditionsOfUse' imposed by the licence; the resource can only be used by members of the MetaShare network

belongs to
Conditions of Usec

Open For Reuse With Restrictionsni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#openForReuseWithRestrictions

It refers to any kind of license that governs the use of a resource permitting certain automatic processing procedures but with specific restrictions; the end user is advised to check the conditionsOfUse metadata element for a quick overview of the rights granted for the use of the resource and to read carefully the full license text

belongs to
Licensec

Paper Copyni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#paperCopy

paperCopy refers to a kind of distribution/access medium used for delivering a language resource; intended for resources delivered in printout form

belongs to
Distribution Access Mediumc

Personal Data Includedni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#personalDataIncluded

PersonalDataIncluded refers to a kind of 'ConditionsOfUse' imposed by the licence; it's a privacy warning for resources that include personal data.

belongs to
Conditions of Usec

Princeton_Wordnet Licenseni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#Princeton_Wordnet_license

It refers to Princeton_Wordnet license which is a kind of license meant to govern the use of a resource (namely wordnet)

belongs to
Licensec
p7 p7 7 7 @7 rietaryni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#proprietary

It refers to any kind of proprietary license meant to govern the use of a resource; the rights holder has exclusive legal rights over the license itself; the end user is advised to check the conditionsOfUse metadata element for a quick overview of the rights granted for the use of the resource and pay attention to the full license text;

belongs to
Licensec

PUBni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#PUB

One of the values of license categories; resources of this category are available to all users (although other terms and conditions may apply)

belongs to
License Categoryc

Redepositni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#redeposit

Redeposit refers to a kind of 'ConditionsOfUse' imposed by the licence; users are encouraged to deposit any modified versions of the resource they make to the distribution channel through which they have acquired the resource

belongs to
Conditions of Usec

Request Planni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#requestPlan

RequestPlan refers to a kind of 'ConditionsOfUse' imposed by the licence; the licensor requires a research plan for granting access.

belongs to
Conditions of Usec

RESni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#RES

One of the values of license categories; resources of this category are available to all users but under conditions that require that the user is authorised before having access to the resource

belongs to
License Categoryc

Researchni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#research

Research refers to a kind of 'ConditionsOfUse' imposed by the licence; the resource can only be used for research purposes.

belongs to
Conditions of Usec

Share Alikeni back to ToC or Named Individual ToC

IRI: http://creativecommons.org/ns#ShareAlike

Share Alike refers to a kind of 'ConditionsOfUse' imposed by the licence; if users create derivatives of a resource, the derivatives are to be licensed with the same license as that accompanying the original resource

belongs to
Conditions of Usec

Spatial Constraintni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#spatialConstraint

Spatial constraint refers to a kind of 'ConditionsOfUse' imposed by the licence; used for resources with spatial restrictions, e.g. the content is available or can be used only at a single location, center, or site.

belongs to
Conditions of Usec

Under Negotiationni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#underNegotiation

For resources whose availability is still pending.

belongs to
Availabilityc

User Identifiedni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#userIdentified

UserIdentified refers to a kind of 'ConditionsOfUse' imposed by the licence; the resource can only be accessed by users that are identified/authenticated.

belongs to
Conditions of Usec

Web Executableni back to ToC or Named Individual ToC

IRI: http://purl.org/ms-rights#webExecutable

webExecutable refers to a kind of distribution/access medium used for delivering a language resource; intended for web services

belongs to
Distribution Access Mediumc

Annotation Properties

assignerap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/odrl/2/assigner

has sub-properties
Licensorap

Attribution Textap back to ToC or Annotation Property ToC

IRI: http://purl.org/ms-rights#attributionText

The text that must be quoted for attribution purposes when using a resource - for cases where a resource is provided with a restriction on attribution.

has domain
distribution
is also defined as
data property

broaderap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2004/02/skos/core#broader

broader transitiveap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2004/02/skos/core#broaderTransitive

close matchap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2004/02/skos/core#closeMatch

delivery channelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/odrl/2/deliveryChannel

has sub-properties
Distribution Access Mediumap

Distribution Access Mediumap back to ToC or Annotation Property ToC

IRI: http://purl.org/ms-rights#distributionAccessMedium

Specifies the medium (channel) used for delivery or providing access to the resource

has super-properties
delivery channelap
is also defined as
object property

Distribution Rights Holderap back to ToC or Annotation Property ToC

IRI: http://purl.org/ms-rights#distributionRightsHolder

Identifies a person or an organization that holds the distribution rights. The range and scope of distribution rights is defined in the distribution agreement. The distributor in most cases only has a limited licence to distribute the work and collect royalties on behalf of the licensor or the IPR holder and cannot give to any recipient of the work permissions that exceed the scope of the distribution agreement (e.g. to allow uses of the work that are not defined in the distribution agreement)

has super-properties
rights holderap
is also defined as
object property

Feeap back to ToC or Annotation Property ToC

IRI: http://purl.org/ms-rights#fee

Specifies the costs that are required to access the resource, a fragment of the resource or to use a tool or service.

has super-properties
pay amountap
is also defined as
object property

IPR Holderap back to ToC or Annotation Property ToC

IRI: http://purl.org/ms-rights#iprHolder

A person or an organization who holds the full Intellectual Property Rights (Copyright, trademark etc) that subsist in the resource. The IPR holder could be different from the creator that may have assigned the rights to the IPR holder (e.g. an author as a creator assigns her rights to the publisher who is the IPR holder) and the distributor that holds a specific licence (i.e. a permission) to distribute the work via a specific distributor.

has domain
language resourcec
is also defined as
object property

legal codeap back to ToC or Annotation Property ToC

IRI: http://creativecommons.org/ns#legalCode

legalcodeap back to ToC or Annotation Property ToC

IRI: http://creativecommons.org/ns#legalcode

licenseap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/license

has sub-properties
Licenseap

Licenseap back to ToC or Annotation Property ToC

IRI: http://purl.org/ms-rights#license

Links a resource to the licence under which it is distributed; values are taken from a list of standard licences

has super-properties
licenseap
is also defined as
object property

Licensorap back to ToC or Annotation Property ToC

IRI: http://purl.org/ms-rights#licensor

The person who is legally eligible to license and actually licenses the resource. The licensor could be different from the creator, the distributor or the IPR holder. The licensor has the necessary rights or licences to license the work and is the party that actually licenses the resource that is distributed via the specific channel. She will have obtained the necessary rights or licences from the IPR holder and she may have a distribution agreement with a distributor that disseminates the work under a set of conditions defined in the specific licence and collects revenue on the licensor's behalf. The attribution of the creator, separately from the attribution of the licensor, may be part of the licence under which the resource is distributed (as e.g. is the case with Creative Commons Licences).

has super-properties
assignerap
is also defined as
object property

pay amountap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/odrl/2/payAmount

has sub-properties
Feeap

rights holderap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/rightsHolder

has sub-properties
Distribution Rights Holderap

term statusap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status

Namespace Declarations back to ToC

default namespace
http://purl.org/ms-rights#
1-0
https://creativecommons.org/publicdomain/zero/1.0/
3-0
http://creativecommons.org/licenses/by/3.0/
cc
http://creativecommons.org/ns#
copyleft
http://www.gnu.org/copyleft/
dcat
http://www.w3.org/ns/dcat#
dct
http://purl.org/dc/terms/
foaf
http://xmlns.com/foaf/0.1/
licenses
http://www.gnu.org/licenses/
meta-share-licenses
http://www.meta-net.eu/meta-share/meta-share-licenses/
msr
http://purl.org/ms-rights#
odrl
http://www.w3.org/ns/odrl/2/
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdflicense
http://purl.org/NET/rdflicense/
rdfs
http://www.w3.org/2000/01/rdf-schema#
skos
http://www.w3.org/2004/02/skos/core#
v1
http://purl.org/goodrelations/v1#
vann
http://purl.org/vocab/vann/
vs
http://www.w3.org/2003/06/sw-vocab-status/ns#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.