# baseURI: http://w3.dwbp.org/ucr

@prefix : <http://w3.dwbp.org/ucr#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ucr: <http://w3.dwbp.ucr/ucr#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dct:description
  rdf:type owl:DatatypeProperty ;
  rdfs:label "description"^^xsd:string ;
.
dct:identifier
  rdf:type owl:DatatypeProperty ;
  rdfs:label "identifier"^^xsd:string ;
.
dct:title
  rdf:type owl:DatatypeProperty ;
  rdfs:label "Datatype property 1"^^xsd:string ;
.
<http://w3.dwbp.org/ucr>
  rdf:type owl:Ontology ;
  owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
:ASO
  rdf:type :UseCase ;
  dct:identifier "2.26"^^xsd:string ;
  dct:title "ASO: Airborne Snow Observatory"^^xsd:string ;
  :defines :AccessUpToDate ;
  :defines :Citable ;
  :defines :GranularityLevels ;
  :defines :Location ;
  :defines :ProvAvailable ;
  :defines :VocabDocum ;
  rdfs:label "ASO"^^xsd:string ;
.
:AccessBulk
  rdf:type :Requirement ;
  dct:description "R-AccessBulkData should be available for bulk download."^^xsd:string ;
  dct:identifier "R-AccessBulk"^^xsd:string ;
  dct:title "R-AccessBulk"^^xsd:string ;
  rdfs:label "Access bulk"^^xsd:string ;
.
:AccessRealTime
  rdf:type :Requirement ;
  dct:description "Where data is produced in real-time, itshould be available on the Web in real-time. "^^xsd:string ;
  dct:identifier "R-AccessRealTime"^^xsd:string ;
  dct:title "R-AccessRealTime"^^xsd:string ;
  rdfs:label "Access real time"^^xsd:string ;
.
:AccessUpToDate
  rdf:type :Requirement ;
  dct:description "Data should be available in an up-to-date manner and the update cycle made explicit."^^xsd:string ;
  dct:identifier "R-AccessUpToDate"^^xsd:string ;
  dct:title "R-AccessUpToDate"^^xsd:string ;
  rdfs:label "Access up to date"^^xsd:string ;
.
:Action
  rdf:type owl:Class ;
  rdfs:label "Action"^^xsd:string ;
.
:BBC
  rdf:type :UseCase ;
  dct:identifier "2.33"^^xsd:string ;
  dct:title "BBC Ontology Versioning and Metadata"^^xsd:string ;
  :defines :MetadataDocum ;
  :defines :MetadataMachineRead ;
  :defines :VocabVersion ;
  rdfs:label "BBC"^^xsd:string ;
.
:Bio2RDF
  rdf:type :UseCase ;
  dct:identifier "2.14"^^xsd:string ;
  dct:title "Bio2RDF"^^xsd:string ;
  :defines :AccessUpToDate ;
  :defines :DataLifecyclePrivacy ;
  :defines :DataUnavailabilityReference ;
  :defines :FormatMultiple ;
  :defines :FormatStandardized ;
  :defines :PersistentIdentification ;
  :defines :VocabReference ;
  rdfs:label "Bio2RDF"^^xsd:string ;
.
:BuildingEye
  rdf:type :UseCase ;
  dct:identifier "2.1"^^xsd:string ;
  dct:title "BuildingEye: SME use of public data"^^xsd:string ;
  :defines :AccessBulk ;
  :defines :DataLifecyclePrivacy ;
  :defines :DataMissingIncomplete ;
  :defines :DataUnavailabilityReference ;
  :defines :FormatMachineRead ;
  :defines :FormatOpen ;
  :defines :FormatStandardized ;
  :defines :LicenseAvailable ;
  :defines :SensitiveSecurity ;
  rdfs:label "BuildingEye"^^xsd:string ;
.
:Challenge
  rdf:type owl:Class ;
  rdfs:label "Challenge"^^xsd:string ;
.
:Citable
  rdf:type :Requirement ;
  dct:description "It should be possible to cite data on the Web."^^xsd:string ;
  dct:identifier "R-Citable"^^xsd:string ;
  dct:title "R-Citable"^^xsd:string ;
  rdfs:label "Citable"^^xsd:string ;
.
:DadosGovBr
  rdf:type :UseCase ;
  dct:identifier "2.4"^^xsd:string ;
  dct:title "Dados.gov.br"^^xsd:string ;
  :defines :FormatStandardized ;
  :defines :LicenseAvailable ;
  :defines :QualityOpinions ;
  :defines :VocabReference ;
  rdfs:label "Dados gov br"^^xsd:string ;
.
:Data
  rdf:type :Challenge ;
  :addressedby :FormatLocalize ;
  :addressedby :FormatMachineRead ;
  :addressedby :FormatMultiple ;
  :addressedby :FormatOpen ;
  :addressedby :FormatStandardized ;
  :addressedby :Location ;
  rdfs:label "Data"^^xsd:string ;
.
:DataAccess
  rdf:type :Challenge ;
  :addressedby :AccessBulk ;
  :addressedby :AccessRealTime ;
  :addressedby :AccessUpToDate ;
  rdfs:label "Data access"^^xsd:string ;
.
:DataGranularity
  rdf:type :Challenge ;
  :addressedby :GranularityLevels ;
  rdfs:label "Granularity"^^xsd:string ;
.
:DataIdentification
  rdf:type :Challenge ;
  :addressedby :Citable ;
  :addressedby :MultipleRepresenations ;
  :addressedby :UniqueIdentifier ;
  rdfs:label "Data identification"^^xsd:string ;
.
:DataIrreproducibility
  rdf:type :Requirement ;
  dct:description "Data should be designated if it is irreproducible."^^xsd:string ;
  dct:identifier "R-DataIrreproducibility"^^xsd:string ;
  dct:title "R-DataIrreproducibility"^^xsd:string ;
  rdfs:label "Data irreproducibility"^^xsd:string ;
.
:DataLifecyclePrivacy
  rdf:type :Requirement ;
  dct:description "Preliminary steps in the data lifecycle should not infringe upon individual's intellectual property rights. "^^xsd:string ;
  dct:identifier "R-DataLifecyclePrivacy"^^xsd:string ;
  dct:title "R-DataLifecyclePrivacy"^^xsd:string ;
  rdfs:label "Data lifecycle privacy"^^xsd:string ;
.
:DataLifecycleStage
  rdf:type :Requirement ;
  dct:description "Data should be identified by a designated lifecycle stage."^^xsd:string ;
  dct:identifier "R-DataLifecycleStage"^^xsd:string ;
  dct:title "R-DataLifecycleStage"^^xsd:string ;
  rdfs:label "Data lifecycle stage"^^xsd:string ;
.
:DataMissingIncomplete
  rdf:type :Requirement ;
  dct:description "Publishers should indicate if data is partially missing or if the dataset is incomplete."^^xsd:string ;
  dct:identifier "R-DataMissingIncomplete"^^xsd:string ;
  dct:title "R-DataMissingIncomplete"^^xsd:string ;
  rdfs:label "Data missing incomplete"^^xsd:string ;
.
:DataQuality
  rdf:type :Challenge ;
  :addressedby :DataMissingIncomplete ;
  :addressedby :QualityComparable ;
  :addressedby :QualityCompleteness ;
  :addressedby :QualityMetrics ;
  :addressedby :QualityOpinions ;
  rdfs:label "Data quality"^^xsd:string ;
.
:DataSelection
  rdf:type :Challenge ;
  :addressedby :DataIrreproducibility ;
  :addressedby :DataLifecyclePrivacy ;
  :addressedby :DataLifecycleStage ;
  :addressedby :DesignatedUserExpertiese ;
  rdfs:label "Selection"^^xsd:string ;
.
:DataUnavailabilityReference
  rdf:type :Requirement ;
  dct:description "References to data that is not open, or is available under different restrictions to the origin of the reference, should provide context by explaining how or by whom the referred to data can be accessed."^^xsd:string ;
  dct:identifier "R-DataUnavailabilityReference"^^xsd:string ;
  dct:title "R-DataUnavailabilityReference"^^xsd:string ;
  rdfs:label "Data unavailability reference"^^xsd:string ;
.
:DataUsage
  rdf:type :Challenge ;
  :addressedby :IncorporateFeedback ;
  :addressedby :SoftwareDataUsage ;
  :addressedby :TrackDataUsage ;
  :addressedby :UsageFeedback ;
  rdfs:label "Data usage"^^xsd:string ;
.
:DataVocabularies
  rdf:type :Challenge ;
  :addressedby :VocabDocum ;
  :addressedby :VocabOpen ;
  :addressedby :VocabReference ;
  :addressedby :VocabVersion ;
  rdfs:label "Data vocabularies"^^xsd:string ;
.
:DatasetVersioning
  rdf:type :UseCase ;
  dct:identifier "2.32"^^xsd:string ;
  dct:title "Dataset Versioning and Dataset Replication"^^xsd:string ;
  rdfs:label "Dataset versioning"^^xsd:string ;
.
:DesignatedThingsServiceProvdiers
  rdf:type :Requirement ;
  dct:description "Data produced by things or services shouldbe associated with complete things/services metadata descriptions. "^^xsd:string ;
  dct:identifier "R-DesignatedThingsServiceProvdiers"^^xsd:string ;
  dct:title "R-DesignatedThingsServiceProvdiers"^^xsd:string ;
  rdfs:label "Designated things service provdiers"^^xsd:string ;
.
:DesignatedUserExpertiese
  rdf:type :Requirement ;
  dct:description "Data should be designated if either by virtue of its complexity or its nature is relevant to users with specific expertise."^^xsd:string ;
  dct:identifier "R-DesignatedUserExpertiese"^^xsd:string ;
  dct:title "R-DesignatedUserExpertiese"^^xsd:string ;
  rdfs:label "Designated user expertiese"^^xsd:string ;
.
:DigitalArchiving
  rdf:type :UseCase ;
  dct:identifier "2.8"^^xsd:string ;
  dct:title "Digital Archiving of Linked Data"^^xsd:string ;
  :defines :DataUnavailabilityReference ;
  :defines :PersistentIdentification ;
  :defines :UniqueIdentifier ;
  :defines :VocabReference ;
  rdfs:label "Digital archiving"^^xsd:string ;
.
:DocumenteSupportAndRelease
  rdf:type :UseCase ;
  dct:identifier "2.15"^^xsd:string ;
  dct:title "Documented Support and Release of Data"^^xsd:string ;
  :defines :AccessUpToDate ;
  :defines :SLAAvailable ;
  rdfs:label "Documente support and release"^^xsd:string ;
.
:DutchBaseReg
  rdf:type :UseCase ;
  dct:identifier "2.6"^^xsd:string ;
  dct:title "Dutch Base Registers"^^xsd:string ;
  :defines :DataUnavailabilityReference ;
  :defines :MultipleRepresenations ;
  :defines :PersistentIdentification ;
  :defines :SensitivePrivacy ;
  :defines :UniqueIdentifier ;
  :defines :VocabReference ;
  rdfs:label "Dutch base reg"^^xsd:string ;
.
:FeedbackLoop
  rdf:type :UseCase ;
  dct:identifier "2.16"^^xsd:string ;
  dct:title "Feedback Loop for Corrections"^^xsd:string ;
  :defines :IncorporateFeedback ;
  :defines :QualityOpinions ;
  rdfs:label "Feedback loop"^^xsd:string ;
.
:FormatLocalize
  rdf:type :Requirement ;
  dct:description "Information about locale parameters (data and number formts, language) should be made available."^^xsd:string ;
  dct:identifier "R-FormatLocalize	"^^xsd:string ;
  dct:title "R-FormatLocalize	"^^xsd:string ;
  rdfs:label "Format localize"^^xsd:string ;
.
:FormatMachineRead
  rdf:type :Requirement ;
  dct:description "Data should be available in a machine-readable format that is adequate for its intended or potential use"^^xsd:string ;
  dct:identifier "R-FormatMachineRead"^^xsd:string ;
  dct:title "R-FormatMachineRead"^^xsd:string ;
  rdfs:label "Format machine read"^^xsd:string ;
.
:FormatMultiple
  rdf:type :Requirement ;
  dct:description "Data should be available in multiple formats."^^xsd:string ;
  dct:identifier "R-FormatMultiple"^^xsd:string ;
  dct:title "R-FormatMultiple"^^xsd:string ;
  rdfs:label "Format multiple"^^xsd:string ;
.
:FormatOpen
  rdf:type :Requirement ;
  dct:description "Data should be available in an open format."^^xsd:string ;
  dct:identifier "R-FormatOpen"^^xsd:string ;
  dct:title "R-FormatOpen"^^xsd:string ;
  rdfs:label "Format open"^^xsd:string ;
.
:FormatStandardized
  rdf:type :Requirement ;
  dct:description "Data should be available in a standarizedformat. Through standardization, interoperabiliyt isalso expected."^^xsd:string ;
  dct:identifier "R-FormatStandardized	"^^xsd:string ;
  dct:title "R-FormatStandardized"^^xsd:string ;
  rdfs:label "Format standardized"^^xsd:string ;
.
:FreeOpenSLAs
  rdf:type :UseCase ;
  dct:identifier "2.31"^^xsd:string ;
  dct:title "Free Open Data SLAs for Open Data Publishing"^^xsd:string ;
  rdfs:label "Free open SLAs"^^xsd:string ;
.
:GS1Digital
  rdf:type :UseCase ;
  dct:identifier "2.11"^^xsd:string ;
  dct:title "GS1 Digital"^^xsd:string ;
  :defines :AccessUpToDate ;
  :defines :Citable ;
  :defines :FormatMultiple ;
  :defines :FormatStandardized ;
  :defines :LicenseLiability ;
  :defines :PersistentIdentification ;
  :defines :ProvAvailable ;
  rdfs:label "GS1Digital"^^xsd:string ;
.
:GranularityLevels
  rdf:type :Requirement ;
  dct:description "Data available at different levels of granularity should be accessible and modelled in a common way."^^xsd:string ;
  dct:identifier "R-GranularityLevels"^^xsd:string ;
  dct:title "R-GranularityLevels"^^xsd:string ;
  rdfs:label "Granularity levels"^^xsd:string ;
.
:ISOGeo
  rdf:type :UseCase ;
  dct:identifier "2.5"^^xsd:string ;
  dct:title "ISO GEO Story"^^xsd:string ;
  :defines :GranularityLevels ;
  :defines :MetadataStandardized ;
  :defines :VocabReference ;
  rdfs:label "ISOGeo"^^xsd:string ;
.
:IncorporateFeedback
  rdf:type :Requirement ;
  dct:description "It should be possible to incorporate feedback on the data."^^xsd:string ;
  dct:identifier "R-IncorporateFeedback"^^xsd:string ;
  dct:title "R-IncorporateFeedback"^^xsd:string ;
  rdfs:label "Incorporate feedback"^^xsd:string ;
.
:IndustryReuse
  rdf:type :Challenge ;
  :addressedby :SLAAvailable ;
  rdfs:label "Industry reuse"^^xsd:string ;
.
:Issue
  rdf:type owl:Class ;
  rdfs:label "Issue"^^xsd:string ;
.
:LATimes
  rdf:type :UseCase ;
  dct:identifier "2.9"^^xsd:string ;
  dct:title "LA Times' Reporting of Ron Galperin's Infographic"^^xsd:string ;
  :defines :Citable ;
  :defines :DataMissingIncomplete ;
  :defines :MetadataStandardized ;
  :defines :UniqueIdentifier ;
  rdfs:label "LATimes"^^xsd:string ;
.
:LandPortal
  rdf:type :UseCase ;
  dct:identifier "2.2"^^xsd:string ;
  dct:title "The Land Portal"^^xsd:string ;
  :defines :AccessBulk ;
  :defines :AccessRealTime ;
  :defines :FormatLocalize ;
  :defines :FormatMachineRead ;
  :defines :FormatStandardized ;
  :defines :GranularityLevels ;
  :defines :MetadataMachineRead ;
  :defines :PersistentIdentification ;
  :defines :ProvAvailable ;
  :defines :QualityCompleteness ;
  :defines :QualityMetrics ;
  :defines :VocabReference ;
  :defines :VocabVersion ;
  rdfs:label "Land portal"^^xsd:string ;
.
:LicenseAvailable
  rdf:type :Requirement ;
  dct:description "Datashould be associated with a license."^^xsd:string ;
  dct:identifier "R-LicenseAvailable"^^xsd:string ;
  dct:title "R-LicenseAvailable"^^xsd:string ;
  rdfs:label "License available"^^xsd:string ;
.
:LicenseLiability
  rdf:type :Requirement ;
  dct:description "Liability terms associated with usage of Data onthe Web should be clearly outlined."^^xsd:string ;
  dct:identifier "R-LicenseLiability"^^xsd:string ;
  dct:title "R-LicenseLiability"^^xsd:string ;
  rdfs:label "License liability"^^xsd:string ;
.
:Licenses
  rdf:type :Challenge ;
  :addressedby :LicenseAvailable ;
  :addressedby :LicenseLiability ;
  rdfs:label "Licenses"^^xsd:string ;
.
:Location
  rdf:type :Requirement ;
  dct:description "Locations (countries, regions, cities, etc.) must be referred to consistently."^^xsd:string ;
  dct:identifier "R-Location"^^xsd:string ;
  dct:title "R-Location"^^xsd:string ;
  rdfs:label "Location"^^xsd:string ;
.
:LuSTRE
  rdf:type :UseCase ;
  dct:identifier "2.25"^^xsd:string ;
  dct:title "LuSTRE: Linked Thesaurus fRamework for Environment"^^xsd:string ;
  :defines :AccessBulk ;
  :defines :Citable ;
  :defines :FormatMachineRead ;
  :defines :FormatOpen ;
  :defines :FormatStandardized ;
  :defines :IncorporateFeedback ;
  :defines :LicenseAvailable ;
  :defines :MetadataAvailable ;
  :defines :MetadataDocum ;
  :defines :MetadataMachineRead ;
  :defines :MetadataStandardized ;
  :defines :PersistentIdentification ;
  :defines :ProvAvailable ;
  :defines :QualityComparable ;
  :defines :QualityCompleteness ;
  :defines :QualityMetrics ;
  :defines :QualityOpinions ;
  :defines :TrackDataUsage ;
  :defines :UniqueIdentifier ;
  :defines :VocabDocum ;
  :defines :VocabOpen ;
  :defines :VocabReference ;
  :defines :VocabVersion ;
  rdfs:label "LuSTRE"^^xsd:string ;
.
:MSI
  rdf:type :UseCase ;
  dct:identifier "2.30"^^xsd:string ;
  dct:title "Mass Spectrometry Imaging (MSI)"^^xsd:string ;
  rdfs:label "MSI"^^xsd:string ;
.
:MachineReadLicenses
  rdf:type :UseCase ;
  dct:identifier "2.21"^^xsd:string ;
  dct:title "Machine-readability and Interoperability of Licenses"^^xsd:string ;
  :defines :LicenseAvailable ;
  rdfs:label "Machine read licenses"^^xsd:string ;
.
:MachineReadSLAs
  rdf:type :UseCase ;
  dct:identifier "2.22"^^xsd:string ;
  dct:title "Machine-readability of SLAs"^^xsd:string ;
  :defines :SLAAvailable ;
  rdfs:label "Machine read SLAs"^^xsd:string ;
.
:Metadata
  rdf:type :Challenge ;
  :addressedby :MetadataAvailable ;
  :addressedby :MetadataDocum ;
  :addressedby :MetadataMachineRead ;
  :addressedby :MetadataStandardized ;
  rdfs:label "Metadata"^^xsd:string ;
.
:MetadataAvailable
  rdf:type :Requirement ;
  dct:description "Metadata should be available."^^xsd:string ;
  dct:identifier "R-MetadataAvailable"^^xsd:string ;
  dct:title "R-MetadataAvailable"^^xsd:string ;
  rdfs:label "Metadata available"^^xsd:string ;
.
:MetadataDocum
  rdf:type :Requirement ;
  dct:description "Metadata vocabulary, or values ifvocabulary is notstandarized, should be well-documented. "^^xsd:string ;
  dct:identifier "R-MetadataDocum"^^xsd:string ;
  dct:title "R-MetadataDocum"^^xsd:string ;
  rdfs:label "Metadata dcum"^^xsd:string ;
.
:MetadataMachineRead
  rdf:type :Requirement ;
  dct:description "Metadata should be machine-readable."^^xsd:string ;
  dct:identifier "R-MetadataMachineRead"^^xsd:string ;
  dct:title "R-MetadataMachineRead"^^xsd:string ;
  rdfs:label "Metadata machine read"^^xsd:string ;
.
:MetadataStandardized
  rdf:type :Requirement ;
  dct:description "Metadata should be standardized. Through standardization, interoperability is also expected. "^^xsd:string ;
  dct:identifier "R-MetadataStandardized"^^xsd:string ;
  dct:title "R-MetadataStandardized"^^xsd:string ;
  rdfs:label "Metadata standardized"^^xsd:string ;
.
:MultipleRepresenations
  rdf:type :Requirement ;
  dct:description "A data resource may have multiple represenations, e.g. xml/html/json/rdf."^^xsd:string ;
  dct:identifier "R-MultipleRepresenations"^^xsd:string ;
  dct:title "R-MultipleRepresenations"^^xsd:string ;
  rdfs:label "Multiple represenations"^^xsd:string ;
.
:NaturalHazards
  rdf:type :UseCase ;
  dct:identifier "2.17"^^xsd:string ;
  dct:title "Datasets required for Natural Hazards Management"^^xsd:string ;
  :defines :SensitiveSecurity ;
  rdfs:label "Natural hazards"^^xsd:string ;
.
:OKFNTransport
  rdf:type :UseCase ;
  dct:identifier "2.18	"^^xsd:string ;
  dct:title "OKFN Transport WG"^^xsd:string ;
  :defines :AccessBulk ;
  :defines :DataMissingIncomplete ;
  :defines :DataUnavailabilityReference ;
  :defines :FormatLocalize ;
  :defines :FormatOpen ;
  :defines :LicenseLiability ;
  :defines :QualityMetrics ;
  :defines :VocabOpen ;
  rdfs:label "OKFNTransport"^^xsd:string ;
.
:OpenCityDataPipeline
  rdf:type :UseCase ;
  dct:identifier "2.20"^^xsd:string ;
  dct:title "Open City Data Pipeline"^^xsd:string ;
  :defines :FormatStandardized ;
  :defines :QualityComparable ;
  :defines :QualityCompleteness ;
  rdfs:label "Open city data pipeline"^^xsd:string ;
.
:OpenExperimentalFieldStudies
  rdf:type :UseCase ;
  dct:identifier "2.29"^^xsd:string ;
  dct:title "Open Experimental Field Studies"^^xsd:string ;
  :defines :DataIrreproducibility ;
  :defines :DataLifecycleStage ;
  :defines :DesignatedThingsServiceProvdiers ;
  :defines :DesignatedUserExpertiese ;
  :defines :SoftwareDataUsage ;
  :defines :UsageFeedback ;
  rdfs:label "Open experimental field studies"^^xsd:string ;
.
:Persistence
  rdf:type :Challenge ;
  :addressedby :PersistentIdentification ;
  rdfs:label "Persistence"^^xsd:string ;
.
:PersistentIdentification
  rdf:type :Requirement ;
  dct:description "An identifier for a particular resource should be resolvable on the Web and associated for the foreseeable future with a single resource or with information about why the resource isno longer available."^^xsd:string ;
  dct:identifier "R-PersistentIdentification"^^xsd:string ;
  dct:title "R-PersistentIdentification"^^xsd:string ;
  rdfs:label "Persistent identification"^^xsd:string ;
.
:ProvAvailable
  rdf:type :Requirement ;
  dct:description "Data provenance information should be available. Provenance data is a type of metadata, so all metadata requirements also apply here. "^^xsd:string ;
  dct:identifier "R-ProvAvailable"^^xsd:string ;
  dct:title "R-ProvAvailable"^^xsd:string ;
  rdfs:label "Prov available"^^xsd:string ;
.
:Provenance
  rdf:type :Challenge ;
  :addressedby :DesignatedThingsServiceProvdiers ;
  :addressedby :ProvAvailable ;
  rdfs:label "Provenance"^^xsd:string ;
.
:PublicationAPIs
  rdf:type :UseCase ;
  dct:identifier "2.23"^^xsd:string ;
  dct:title "Publication of Data via APIs"^^xsd:string ;
  :defines :AccessBulk ;
  :defines :AccessRealTime ;
  rdfs:label "Publication APIs"^^xsd:string ;
.
:QualityComparable
  rdf:type :Requirement ;
  dct:description "Data should be comparable with other datasets."^^xsd:string ;
  dct:identifier "R-QualityComparable"^^xsd:string ;
  dct:title "R-QualityComparable"^^xsd:string ;
  rdfs:label "Quality comparable"^^xsd:string ;
.
:QualityCompleteness
  rdf:type :Requirement ;
  dct:description "Data should be complete."^^xsd:string ;
  dct:identifier "R-QualityCompleteness"^^xsd:string ;
  dct:title "R-QualityCompleteness"^^xsd:string ;
  rdfs:label "Quality completeness"^^xsd:string ;
.
:QualityMetrics
  rdf:type :Requirement ;
  dct:description "Data should be associated with a set of standardized, objective quality metrics. "^^xsd:string ;
  dct:identifier "R-QualityMetrics"^^xsd:string ;
  dct:title "R-QualityMetrics"^^xsd:string ;
  rdfs:label "Quality metrics"^^xsd:string ;
.
:QualityOpinions
  rdf:type :Requirement ;
  dct:description "Subjective quality opinions on the data should be supported."^^xsd:string ;
  dct:identifier "R-QualityOpinions"^^xsd:string ;
  dct:title "R-QualityOpinions"^^xsd:string ;
  rdfs:label "Quality opinions"^^xsd:string ;
.
:RDESC
  rdf:type :UseCase ;
  dct:identifier "2.24"^^xsd:string ;
  dct:title "Resource Discovery for Extreme Scale Collaboration (RDESC)"^^xsd:string ;
  :defines :AccessRealTime ;
  :defines :Citable ;
  :defines :DataLifecyclePrivacy ;
  :defines :DataMissingIncomplete ;
  :defines :DataUnavailabilityReference ;
  :defines :FormatStandardized ;
  :defines :PersistentIdentification ;
  :defines :ProvAvailable ;
  :defines :SLAAvailable ;
  :defines :SensitiveSecurity ;
  :defines :TrackDataUsage ;
  :defines :UniqueIdentifier ;
  :defines :VocabOpen ;
  :defines :VocabReference ;
  rdfs:label "RDESC"^^xsd:string ;
.
:RecifeOpenData
  rdf:type :UseCase ;
  dct:identifier "2.3"^^xsd:string ;
  dct:title "Recife Open Data Portal"^^xsd:string ;
  :defines :MetadataDocum ;
  :defines :MetadataMachineRead ;
  :defines :MetadataStandardized ;
  :defines :QualityComparable ;
  :defines :QualityCompleteness ;
  :defines :VocabDocum ;
  :defines :VocabOpen ;
  :defines :VocabReference ;
  rdfs:label "Recife open data"^^xsd:string ;
.
:Requirement
  rdf:type owl:Class ;
  rdfs:label "Requirement"^^xsd:string ;
.
:RetratoDaViolencia
  rdf:type :UseCase ;
  dct:identifier "2.13"^^xsd:string ;
  dct:title "Retrato da Violencia (Violence Map)"^^xsd:string ;
  :defines :AccessUpToDate ;
  :defines :MetadataAvailable ;
  :defines :PersistentIdentification ;
  :defines :QualityCompleteness ;
  :defines :SensitiveSecurity ;
  rdfs:label "Retrato da violencia"^^xsd:string ;
.
:SLAAvailable
  rdf:type :Requirement ;
  dct:description "Service Level Agreements (SLAs) for industry reuse of the data should be available if required (via a defined contact point). An SLA is a type of metadata, so all metadata requirements also apply here."^^xsd:string ;
  dct:identifier "R-SLAAvailable"^^xsd:string ;
  dct:title "R-SLAAvailable"^^xsd:string ;
  rdfs:label "SLAAvailable"^^xsd:string ;
.
:SensitiveData
  rdf:type :Challenge ;
  :addressedby :DataUnavailabilityReference ;
  :addressedby :SensitivePrivacy ;
  :addressedby :SensitiveSecurity ;
  rdfs:label "Sensitive data"^^xsd:string ;
.
:SensitivePrivacy
  rdf:type :Requirement ;
  dct:description "Data should not infringe a person's right to privacy."^^xsd:string ;
  dct:identifier "R-SensitivePrivacy"^^xsd:string ;
  dct:title "R-SensitivePrivacy"^^xsd:string ;
  rdfs:label "Sensitive privacy"^^xsd:string ;
.
:SensitiveSecurity
  rdf:type :Requirement ;
  dct:description "Data should not infringe an organization's security (local government, national government, business)."^^xsd:string ;
  dct:identifier "R-SensitiveSecurity"^^xsd:string ;
  dct:title "R-SensitiveSecurity"^^xsd:string ;
  rdfs:label "Sensitive security"^^xsd:string ;
.
:SharePSI
  rdf:type :UseCase ;
  dct:identifier "2.27"^^xsd:string ;
  dct:title "Share-PSI 2.0: Uses of Open Data Within Government for Innovation and Efficiency"^^xsd:string ;
  :defines :AccessRealTime ;
  :defines :AccessUpToDate ;
  :defines :Citable ;
  :defines :IncorporateFeedback ;
  :defines :Location ;
  :defines :MetadataDocum ;
  :defines :MetadataStandardized ;
  :defines :ProvAvailable ;
  :defines :QualityComparable ;
  :defines :QualityOpinions ;
  :defines :SensitivePrivacy ;
  :defines :SensitiveSecurity ;
  :defines :VocabReference ;
  rdfs:label "Share PSI"^^xsd:string ;
.
:SoftwareDataUsage
  rdf:type :Requirement ;
  dct:description "Data should be annotated with descriptions of software applications using the data."^^xsd:string ;
  dct:identifier "R-SoftwareDataUsage"^^xsd:string ;
  dct:title "R-SoftwareDataUsage"^^xsd:string ;
  rdfs:label "Software data usage"^^xsd:string ;
.
:Tabulae
  rdf:type :UseCase ;
  dct:identifier "2.12"^^xsd:string ;
  dct:title "Tabulae - how to get value out of data"^^xsd:string ;
  :defines :FormatLocalize ;
  :defines :FormatStandardized ;
  :defines :ProvAvailable ;
  :defines :QualityCompleteness ;
  :defines :VocabReference ;
  :defines :VocabVersion ;
  rdfs:label "Tabulae"^^xsd:string ;
.
:TrackDataUsage
  rdf:type :Requirement ;
  dct:description "It should be possible to track the usage of data."^^xsd:string ;
  dct:identifier "R-TrackDataUsage"^^xsd:string ;
  dct:title "R-TrackDataUsage"^^xsd:string ;
  rdfs:label "Track data usage"^^xsd:string ;
.
:TrackingDataUsage
  rdf:type :UseCase ;
  dct:identifier "2.19"^^xsd:string ;
  dct:title "Tracking of Data Usage"^^xsd:string ;
  :defines :TrackDataUsage ;
  rdfs:label "Tracking data usage"^^xsd:string ;
.
:UKOpenResearchForum
  rdf:type :UseCase ;
  dct:identifier "2.28"^^xsd:string ;
  dct:title "UK Oopen Research Data Forum"^^xsd:string ;
  :defines :AccessBulk ;
  :defines :Citable ;
  :defines :FormatMachineRead ;
  :defines :FormatOpen ;
  :defines :FormatStandardized ;
  :defines :LicenseAvailable ;
  :defines :MetadataAvailable ;
  :defines :MetadataDocum ;
  :defines :MetadataMachineRead ;
  :defines :MetadataStandardized ;
  :defines :PersistentIdentification ;
  :defines :ProvAvailable ;
  :defines :SensitivePrivacy ;
  :defines :SensitiveSecurity ;
  :defines :TrackDataUsage ;
  :defines :UniqueIdentifier ;
  rdfs:label "UKOpen research forum"^^xsd:string ;
.
:UniqueIdentifier
  rdf:type :Requirement ;
  dct:description "Each data resource should be associated with a unique identifier."^^xsd:string ;
  dct:identifier "R-UniqueIdentifier"^^xsd:string ;
  dct:title "R-UniqueIdentifier"^^xsd:string ;
  rdfs:label "Unique identifier"^^xsd:string ;
.
:UruguayOpenData
  rdf:type :UseCase ;
  dct:identifier "2.10	"^^xsd:string ;
  dct:title "Uruguay Open Data Catalog"^^xsd:string ;
  :defines :DataMissingIncomplete ;
  :defines :DataUnavailabilityReference ;
  :defines :VocabReference ;
  rdfs:label "Uruguay open data"^^xsd:string ;
.
:UsageFeedback
  rdf:type :Requirement ;
  dct:description "Data consumers should have a way of sharing feedback and rating data."^^xsd:string ;
  dct:identifier "R-UsageFeedback"^^xsd:string ;
  dct:title "R-UsageFeedback"^^xsd:string ;
  rdfs:label "Usage feedback"^^xsd:string ;
.
:UseCase
  rdf:type owl:Class ;
  rdfs:label "Use case"^^xsd:string ;
.
:VocabDocum
  rdf:type :Requirement ;
  dct:description "Vocabularies should be clearly documented."^^xsd:string ;
  dct:identifier "R-VocabDocum"^^xsd:string ;
  dct:title "R-VocabDocum"^^xsd:string ;
  rdfs:label "Vocab docum"^^xsd:string ;
.
:VocabOpen
  rdf:type :Requirement ;
  dct:description "Vocabularies should be shared in an open way."^^xsd:string ;
  dct:identifier "R-VocabOpen"^^xsd:string ;
  dct:title "R-VocabOpen"^^xsd:string ;
  rdfs:label "Vocab open"^^xsd:string ;
.
:VocabReference
  rdf:type :Requirement ;
  dct:description "Existing reference vocabularies should be reused where possible. "^^xsd:string ;
  dct:identifier "R-VocabReference"^^xsd:string ;
  dct:title "R-VocabReference"^^xsd:string ;
  rdfs:label "Vocab reference"^^xsd:string ;
.
:VocabVersion
  rdf:type :Requirement ;
  dct:description "Vocablaries should include versioning information."^^xsd:string ;
  dct:identifier "R-VocabVersion"^^xsd:string ;
  dct:title "R-VocabVersion"^^xsd:string ;
  rdfs:label "Vocab version"^^xsd:string ;
.
:WindCharacterization
  rdf:type :UseCase ;
  dct:identifier "2.7"^^xsd:string ;
  dct:title "Wind Characterization Scientific Study"^^xsd:string ;
  :defines :AccessRealTime ;
  :defines :FormatStandardized ;
  :defines :VocabOpen ;
  :defines :VocabReference ;
  rdfs:label "Wind characterization"^^xsd:string ;
.
:addressedby
  rdf:type owl:ObjectProperty ;
  rdfs:domain :Challenge ;
  rdfs:label "addressedby"^^xsd:string ;
  rdfs:range :Requirement ;
  owl:inverseOf :addresses ;
.
:addresses
  rdf:type owl:ObjectProperty ;
  rdfs:domain :Requirement ;
  rdfs:label "addresses"^^xsd:string ;
  rdfs:range :Challenge ;
  owl:inverseOf :addressedby ;
.
:definedby
  rdf:type owl:ObjectProperty ;
  rdfs:domain :Requirement ;
  rdfs:label "definedby"^^xsd:string ;
  rdfs:range :UseCase ;
  owl:inverseOf :defines ;
.
:defines
  rdf:type owl:ObjectProperty ;
  rdfs:domain :UseCase ;
  rdfs:label "defines"^^xsd:string ;
  rdfs:range :Requirement ;
  owl:inverseOf :definedby ;
.
