This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div vocab="http://schema.org/" typeof="Person"> | |
| <span property="name">Alice</span> is a | |
| <span property="worksFor" typeof="EmployeeRole"> | |
| <span property="roleName">teacher</span> | |
| who works for | |
| <span property="worksFor" typeof="HighSchool"> | |
| <span property="Name">Rydell High</span> | |
| </span> | |
| </span> | |
| </div> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div vocab="http://schema.org/" typeof="CreativeWork"> | |
| <span property="name">Designing a treasure map</span> is a | |
| <span property="learningResourceType">lesson plan</span> for | |
| <span rel="audience" typeof="EducationalAudience"> | |
| <span property="educationalRole">teacher</span>s | |
| </span> | |
| </div> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div vocab="http://schema.org/" typeof="CreativeWork"> | |
| <span property="name">Designing a treasure map</span> is a | |
| <span property="learningResourceType">lesson plan</span> for | |
| <span rel="audience" typeof="EducationalAudience"> | |
| <span property="educationalRole" typeof="EducationalRole"> | |
| <span property="roleName">teacher</span>s | |
| <span> | |
| </span> | |
| </div> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    | ID | URI | Label | Type | Value Space | Comment | |
|---|---|---|---|---|---|---|
| sdo: | http://schema.org/ | schema.org | ||||
| foaf: | http://xmlns.com/foaf/ | FOAF | ||||
| wd: | http://www.wikidata.org/entity/ | Wikidata Entities | ||||
| wdt: | http://www.wikidata.org/prop/direct/ | Wikidata Properties | ||||
| xsd: | http://www.w3.org/2001/XMLSchema# | XML Schema | ||||
| rdf: | http://www.w3.org/1999/02/22-rdf-syntax-ns# | RDF | ||||
| @book | Book | |||||
| rdf:type | instance of | URI | sdo:Book | must be schema.org/Book | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | @prefix dct: <http://purl.org/dc/terms/> . | |
| @prefix desm: <http://desm.org/ns/> . | |
| @prefix ceds: <http://desm.org/ns/ceds/> . | |
| @prefix credReg: <http://desm.org/ns/credReg/> . | |
| @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
| @prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
| @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
| <http://desm.org/TermMapping/635cac5803e6> a desm:AbstractClassMapping ; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "@context": { | |
| "@version": 1.1, | |
| "@import": "https://credreg.net/ctdl/schema/context/json", | |
| "res": "http://example.org/resources/" | |
| }, | |
| "@graph": [ | |
| { | |
| "@id": "res:ce-ef0dc515-9d18-446a-ae77-3dc7797bc0de", | |
| "@type": "ceterms:Occupation", | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "@context": { | |
| "@version": 1.1, | |
| "@import": "https://credreg.net/ctdl/schema/context/json", | |
| "res": "http://example.org/resources/" | |
| }, | |
| "@graph": [ | |
| { | |
| "@id": "res:Job_100-1234", | |
| "@type": "ceterms:Job", | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "@context": { | |
| "@version": 1.1, | |
| "@import": "https://credreg.net/ctdl/schema/context/json", | |
| "res": "http://example.org/resources/" | |
| }, | |
| "@graph": [ | |
| { | |
| "@id": "res:ce-df180ff8-48fb-4a2b-8781-b812f901ae23", | |
| "@type": "ceterms:Job", | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | @prefix : <http://example.local/> . # the "home" for this mapping | |
| @prefix spine: <http://example.local/spine/> . | |
| @prefix pred: <http://example.local/concepts/mappingPredicates#> . | |
| @prefix abcl: <http://example.local/concepts/abstractClasses#> . | |
| @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
| @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
| @prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
| @prefix dct: <http://purl.org/dc/terms/> . | |
| @prefix desm: <http://desm.local/> . # to do: get real URI | 
OlderNewer